Skip to content

fix: support async render #79

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 4, 2020
Merged

fix: support async render #79

merged 2 commits into from
Feb 4, 2020

Conversation

thomaslombart
Copy link
Collaborator

Closes #76

@thomaslombart thomaslombart self-assigned this Feb 4, 2020
@@ -149,3 +143,18 @@ module.exports = {
};
},
};

function isRenderVariableDeclarator(node, renderFunctions) {
const isRenderFunction = callNode =>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you declare this one outside of isRenderVariableDeclarator?

@Belco90 Belco90 merged commit caeebb4 into master Feb 4, 2020
@Belco90 Belco90 deleted the fix/no-debug-async-render branch February 4, 2020 15:59
@Belco90
Copy link
Member

Belco90 commented Feb 4, 2020

🎉 This PR is included in version 2.2.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

debug doesn't seem to work when wrapped in a test case
2 participants